What is a secure cookie?

A secure cookie is a technical classification for a cookie. These cookies are secure in the sense that they cannot be accessed via Javascript.

This means that only the server they were set on can access them, making them more secure than normal cookies and more resistant to XSS attacks.